'Declaration
<DispIdAttribute(13)>
Function AddFreeTextAnnotation( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal As Single, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Single _
) As Integer
[DispId(13)]
int AddFreeTextAnnotation(
float ,
float ,
float ,
float ,
bool ,
string ,
string ,
string ,
string ,
float ,
byte ,
byte ,
byte ,
byte ,
byte ,
byte ,
float
)
function AddFreeTextAnnotation(
: Single;
: Single;
: Single;
: Single;
: Boolean;
: String;
: String;
: String;
: String;
: Single;
: Byte;
: Byte;
: Byte;
: Byte;
: Byte;
: Byte;
: Single
): Integer;
DispIdAttribute(13)
function AddFreeTextAnnotation(
: float,
: float,
: float,
: float,
: boolean,
: String,
: String,
: String,
: String,
: float,
: byte,
: byte,
: byte,
: byte,
: byte,
: byte,
: float
) : int;
[DispId(13)]
int AddFreeTextAnnotation(
float ,
float ,
float ,
float ,
bool ,
string* ,
string* ,
string* ,
string* ,
float ,
byte ,
byte ,
byte ,
byte ,
byte ,
byte ,
float
)
[DispId(13)]
int AddFreeTextAnnotation(
float ,
float ,
float ,
float ,
bool ,
String^ ,
String^ ,
String^ ,
String^ ,
float ,
byte ,
byte ,
byte ,
byte ,
byte ,
byte ,
float
)